Update Xen version for 3.4.0-rc1
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Apr 2009 05:56:45 +0000 (06:56 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Apr 2009 05:56:45 +0000 (06:56 +0100)
Config.mk
xen/Makefile

index c1aa25ccd2866ba58e88c23caf2b2d48c9476a15..b5d4f060611955d0a5b4ff93f73b43467f53316c 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -112,6 +112,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
+QEMU_TAG=xen-3.4.0-rc1
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 
 # Specify which qemu-dm to use. This may be `ioemu' to use the old
index d16477a6a53f7a4372081f069d640381ae0467dd..184dbc518e9abc6d6ff982f12d9c4b77156900d5 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 4
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version